From 5b27302315cc8a08df29dd4bb6b7ef9cd154fbd5 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 20 Aug 2005 10:09:27 +0000 Subject: [PATCH] bugfix: "make debhelper" should now work even if patched debhelper version have been installed in the past --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12984939..8222dedd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -DEBHELPER_VERSION := $(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ') -# DEBHELPER_VERSION = 4.9.5 +DEBHELPER_VERSION := $(patsubst %+dh_ocaml,%,$(shell grep-available -X -F Package -s Version debhelper | cut -f 2 -d ' ')) +# DEBHELPER_VERSION = 4.9.5 OCAML_VERSION = 3.08.3 OCAML_LIB_DIR = /usr/lib/ocaml/$(OCAML_VERSION) DEBHELPER_DSC = debhelper_$(DEBHELPER_VERSION).dsc -- 2.30.2